.container { width: 1200px; margin: 0 auto; }
.transition { transition: all .3s ease; }
/* header */
#header { height: 129px; background-color: #fff }
.top { height: 37px; background-color: #111; color: #fff; line-height: 37px; }
.top-right { float: right; }
.top-menu li { float: left; position: relative; padding-right: 21px; }
.top-menu li a { color: #fff; }
.top-menu li a:hover { color: #bbb; }
.top-menu li:after { content: ""; position: absolute; top: 12px; right: 10px; width: 1px; height: 12px; background-color: #fff; }
.top-menu li:last-child { padding-right: 0; padding-left: 20px; background: url('../images/icon_en.jpg') no-repeat 0 13px; }
.top-menu li:last-child:after { width: 0 }

.nav { height: 92px; position: relative; }
.logo { position: absolute; top: 0; left: 0 }
.layui-nav { background-color: transparent; margin-left: 200px; }
.layui-nav .layui-nav-item {  line-height: 92px; }
.layui-nav .layui-nav-item a { color: #333; color: rgba(0,0,0,.7); }
.layui-nav .layui-nav-item a:hover {color: #999;}
.layui-nav-bar,
.layui-nav .layui-this:after { height: 3px; background-color: #e40215; }
.layui-nav-child { top: 92px; }
.top-tel { position: absolute; top: 0; right: 0; line-height: 92px; color: #e30115; font-size: 20px; font-weight: 700 }
.top-tel .iconfont { font-size: 20px; font-weight: normal; margin-right: 5px; }

#banner { height: 500px; background-color: #333; }

#products { background-color: #fff; padding: 50px 0; }
.products-title { position: relative; margin-bottom: 30px; }
.products-title-name { font-size: 32px; font-weight: 700; }
.products-title-name span { font-size: 18px; font-weight: normal; color: #6a6a6a; display: block; margin-top: 5px; }
.products-submenu { position: absolute; top: 15px; right: 0; }
.products-submenu ul li { position: relative; float: left; padding-left: 60px; }
.products-submenu ul li:before { position: absolute; left: 30px; top: -4px; content: '\e60d'; font-size: 28px; }
.products-list { margin: 0 -15px; }
.i-product-item { position: relative; float: left; display: block; margin: 0 15px 30px 15px; width: 298px; height: 265px; padding: 20px 40px; border: 1px solid #eee; overflow: hidden; cursor: pointer; }
.i-product-item-thumb img { width: 300px; height: 225px; }
.i-product-item-title { position: absolute; left: 0; right: 0; bottom: 25px; text-align: center; }
.i-product-item-hover { position: absolute; top: 302px; left: 0; width: 100%; height: 100%; background-color: #ed3748; background-color: rgba(233,1,23,.8); text-align: center; opacity: 0; transition: all .5s ease; }
.i-product-item-hover-title { color: #fff; font-size: 18px; margin-top: 120px; }
.i-product-item-hover-more { display: inline-block; padding: 8px 30px; border: 1px solid #fff; color: #fff; margin-top: 20px; }
.i-product-item:hover .i-product-item-hover { opacity: 1; top: 0; }
.i-product-item:hover .i-product-item-title { opacity: 0; }

#advatage { height: 669px; background: url('../images/advatage_bg.jpg') no-repeat center top; }
#advatage .container { position: relative; height: 669px; }
.advatage-item { position: absolute; width: 380px; color: #fff }
.advatage-item h3 { font-size: 24px; font-weight: 700; color: #de231c; margin-bottom: 15px; }
.advatage-item p { opacity: .8; line-height: 24px; }
.advatage-item-1 { left: 0; top: 180px; }
.advatage-item-2 { right: 0; top: 180px; }
.advatage-item-3 { left: 0; top: 450px; }
.advatage-item-4 { right: 0; top: 450px; }
.after-service-tel { position: absolute; left: 50%; bottom: 30px; margin-left: -121px; z-index: 99; color: #fff; font-size: 16px; border: 1px solid #fff; width: 240px; line-height: 36px; text-align: center; }

#about { padding: 50px 0; background-color: #fff; }
#about .container { position: relative; }
.about-title { position: relative; margin-bottom: 30px; }
.about-title-name { font-size: 32px; font-weight: 700; }
.about-title-name span { font-size: 18px; font-weight: normal; color: #6a6a6a; display: block; margin-top: 5px; }
.about-letter { position: absolute; top: 20px; right: 0; font-size: 152px; font-weight: 700; font-style: italic; letter-spacing: 20px; color: #e90117; }
.about-detail { position: absolute; right: 0; bottom: 0; width: 565px; background-color: #fff; padding: 35px 20px 30px 35px; box-shadow: 5px 5px 13px rgba(0,0,0,.2); }
.about-detail h3 { position: relative; font-size: 24px; border-bottom: 1px solid #eee; padding-bottom: 30px; margin-bottom: 30px; }
.about-detail h3:after { position: absolute; content: ' '; left: 0; bottom: -2px; width: 60px; height: 3px; background-color: #e70012; }
.about-detail p { color: #666; margin-bottom: 30px; line-height: 24px; }
.about-detail a.more { display: inline-block; padding: 8px 20px; border: 1px solid #eee; color: #999; }

#service { height: 264px; background: url('../images/service_bg.jpg') no-repeat; color: #fff; }
#service h3 { font-size: 44px; font-weight: 700; padding: 50px 0 24px 0; }
#service p { font-size: 18px; margin-bottom: 24px; }
#service span { display: inline-block; padding: 5px 15px; background-color: #e90117; font-size: 20px; }

#news { padding: 50px 0; background-color: #fff; }
.company-news { float: left; width: 700px; }
.company-news-title { position: relative; border-bottom: 1px solid #eee; font-size: 18px; font-weight: 700; padding-bottom: 15px; }
.company-news-title:after { position: absolute; bottom: -1px; left: 0; content: ' '; width: 80px; height: 2px; background-color: #333; }
.company-news-title .more { position: absolute; right: 0; top: 5px; font-size: 24px; font-weight: normal; }
.company-news-item { position: relative; border-bottom: 1px solid #eee; padding: 15px 0; }
.company-news-thumb { float: left; width: 120px; height: 68px; background-color: #eee; margin-right: 20px; }
.company-news-thumb img { width: 120px; height: 68px; }
.company-news-info h3 { font-weight: 700; margin-bottom: 5px; }
.company-news-info p { color: #666; line-height: 22px; }
.company-news-item:not(:first-child) { padding-left: 24px; }
.company-news-item:not(:first-child):after { position: absolute; top: 24px; left: 0; content: ' '; width: 10px; height: 2px; background-color: #000; }
.company-news-item span { float: right; color: #999; }
/* 行业新闻 */
.industry-news { float: right; width: 420px; }
.industry-news-title { position: relative; font-size: 18px; font-weight: 700; padding-bottom: 15px; }
.industry-news-title .more { position: absolute; right: 0; top: 5px; font-size: 24px; font-weight: normal; }
.industry-news-item { position: relative; line-height: 60px; border-bottom: 1px solid #fff; background-color: #222; }
.industry-news-item a:after { position: absolute; top: 20px; right: 20px; width: 20px; height: 20px; content: '+'; line-height: 20px; color: #333; background-color: #fff; text-align: center; border-radius: 20px; }
.industry-news-item a { color: #fff; display: block; padding: 0 20px; }
.industry-news-item:hover { background-color: #de231c; }
.industry-news-item:hover a:after { color: #de231c; }

#footer { background-color: #111; color: #d2d2d2; padding-top: 50px; line-height: 24px; }
.contacts-info { float: left; }
.contacts-title { position: relative; font-size: 24px; color: #fff; padding-bottom: 50px; }
.contacts-title:after { position: absolute; top: 50px; left: 0; content: ' '; width: 30px; height: 2px; background-color: #de231c; }
.contacts-desc { line-height: 36px; }
.qrcode { float: right; margin-top: 20px; }
.qrcode div { float: left; }
.icon-mobile { margin-right: 30px; }
.qrcode-mp { margin-right: 15px; }
.qrcode-mp img, .qrcode-mobile img { width: 108px; height: 108px; }
.qrcode-mp p, .qrcode-mobile p { text-align: center; padding-top: 5px; }
.foot-copyright { border-top: 1px solid #1f1f1f; margin-top: 30px; padding: 15px 0; text-align: center; }

/* page (内页) */
.page-banner { background-color: #e90117; height: 300px; }

.page-target { padding: 40px 0; }
.container-category { float: left }
.container-category ul li { float: left; margin-right: 15px; }
.container-category ul li a { float: left; display: block; padding: 5px 15px; }
.container-category ul li a.cur { background-color: #e30115; color: #fff }
.container-target { float: right; }

.page-content { padding-bottom: 50px; line-height: 30px; }
/* 信息列表 */
.item-news { position: relative; display: block; height: 160px; padding: 30px 0; border-bottom: 1px solid rgba(0,0,0,.08); }
.item-news-img { float: left; width: 340px; height: 160px; overflow: hidden; }
.item-news-img img { max-width: 100%; }
.item-news-info { float: right; width: 790px; }
.item-news-info .title { width: 600px; font-size: 16px; line-height: 30px; padding-top: 32px; }
.item-news-info .desc { width: 600px; color: #999; line-height: 26px; padding-top: 13px; }
.date .md { position: absolute; top: 82px; right: 27px; font-size: 22px; color: #aaa; font-family: Arial; }
.date .year { position: absolute; top: 120px; right: 22px; font-size: 30px; color: #333; }
.item-news:hover { box-shadow: 0 0 30px rgba(0,0,0,.08); }
.item-news:hover .item-news-info { width: 760px; }
.item-news:hover .item-news-info .title { color: #de231c; }
.item-news:hover .item-news-img { padding-left: 30px; }
/* 图片列表 */
.img-list { margin: 0 -15px; }
.clearleft { clear: left; }
.items { float: left; _display: inline; margin: 0 15px 30px 15px; width: 380px; overflow: hidden; }
.items-img { padding: 15px; overflow: hidden; }
.items img { max-width: 100%; transition: transform .3s ease; }
.items h5 { margin-top: 15px; padding: 15px 0; text-align: center; transition: all .3s ease; }
.items:hover h5 { background-color: #e90117; color: #fff; padding-left: 15px; }
.items:hover .items-img img { transform: scale(1.1) }

/* show */
.show-title { text-align: center; font-size: 20px; line-height: 30px; }
.show-para { text-align: center; color: #999; margin-bottom: 15px; }
.product-base { padding: 50px 0; background-color: #f5f5f5; }
.product-base .container { position: relative; }
.product-img { float: left; width: 600px; padding: 50px 100px; background-color: #fff; }
.product-img img { max-width: 100%; }
.product-info { position: absolute; right: 0; top: 100px; width: 400px; padding: 40px; line-height: 30px; background-color: #333; color: #999; }
.product-title { font-size: 24px; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.08); color: #fff; }
.product-para { padding: 50px 0; }

/*-------------------------------------------分页-----------------------------------------------*/
.fenye { margin-top:15px; }
.fenye a { display: inline-block; margin: 0 5px; line-height: 30px; padding: 0 12px; border: 1px solid #dbe5ee; vertical-align:middle; }
.fenye a:hover, .fenye span { display: inline-block; margin: 0 5px; padding: 0 12px; border: 1px solid #de231c; background: #de231c; color: #fff; vertical-align:middle; line-height: 30px; }